-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate composition-vs-inheritance #136
Conversation
Deploy preview for pt-br-reactjs ready! Built with commit 905a68f |
Update composition-vs-inheritance.md Update composition-vs-inheritance.md
191abb2
to
b023b41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 Parabéns, confesso não ter encontrado nada a melhorar em sua tradução!
|
||
Props and composition give you all the flexibility you need to customize a component's look and behavior in an explicit and safe way. Remember that components may accept arbitrary props, including primitive values, React elements, or functions. | ||
O uso de props e composição irá te dar toda flexibilidade que você precisa para customizar o comportamento e aparência dos componentes, de uma maneira explícita e segura. Lembre-se de que os componentes podem aceitar um número variável de props, incluindo valores primitivos, como int, array, boolean; assim como elementos Reacts e funções. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
acho que eu errei aqui, e seja melhor usar "vão" em vez de "irá"
Parabéns Well 👏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@welll teria uma pequena mudança. Para não atrasar as correções, estarei aprovando mesmo com esse pequeno detalhe.
Muito obrigada pela sua excelente contribuição!
LGTM 👍
Olá pessoal,
Segue o PR da tradução da página https://reactjs.org/docs/composition-vs-inheritance.html
Alguns pontos que fiquei um pouco em dúvida para manter a consistência entre as páginas:
#1